home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / smiley / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1999-02-19  |  727 b   |  22 lines

  1.  
  2. // stdafx.h : include file for standard system include files,
  3. //      or project specific include files that are used frequently,
  4. //      but are changed infrequently
  5.  
  6. #if defined(_WIN32_WCE_PSPC) && (_WIN32_WCE == 201)
  7.     #error "This sample is not available for Gryphon Palm-Size devices."
  8. #endif
  9.  
  10. #if defined(_WIN32_WCE) && (_WIN32_WCE < 200)
  11.     #error "This sample is only compatible with MFCCE 2.0 or later."
  12. #endif
  13.  
  14. #include <afxctl.h>         // MFC support for OLE Custom Controls
  15.  
  16. // Delete the two includes below if you do not wish to use the MFC
  17. //  database classes
  18. #ifndef _UNICODE
  19. #include <afxdb.h>            // MFC database classes
  20. #include <afxdao.h>            // MFC DAO database classes
  21. #endif // _UNICODE
  22.